Parameters
- value
- A value to validate.
Type Parameters
- T
Exception | Description |
---|---|
System.ComponentModel.InvalidEnumArgumentException | Throws if the value is not valid enum of Enum type. |
OrderByCondition value = OrderByCondition.Value; ValidationUtils.Validate(value);